TCPIP-WRITE-BYTES-SEC

   (Default = varies-see below)  

TCPIP-WRITE-BYTES-SEC   <value64>                                              

                                                                         

Specifies the maximum number of TCP/IP bytes that may be written per second from the MOMI server to all PC Clients. When data traffic exceeds the specified limit, I/Os are limited (i.e. throttled) to honor the limit.  

 

The default value is determined based on the processor type which $MOMI is running and may vary in releases.

 

This parameter has the indirect effect of limiting the amount of CPU usage consumed by $MOMI in handling TCP/IP traffic to and from the MOMI PC Clients.

 

A value of zero disables limitation.

 

The following table lists the default value:

 

 

Processor                        

Default
prior to S-Series 300,000
S7000, S70000, S7400, S7600 300,000
S72000 500,000
S7800[B] 500,000
S74000, S76000 600,000
S86000, S86100 800,000
S88000 900,000
Later S-Series processors 1,400,000
   
NS5000T 800,000
NS1000, NS1200, NS3000AC 900,000
NS2300 1,000,000
NS2400 1,500,000
NS14000, NS14200 2,000,000
NS16000, NS16200 3,000,000
NB50000C, NB54000C 4,000,000
NB56000C 4,500,000
Later NS-Series processors 2,000,000
   
TNS/X processors 5,000,000
   
Unknown processors

6,000,000

 

 

 

Examples:                                                     

        

TCPIP-WRITE-BYTES-SEC 0           == remove limitation

                                  

                                  == limit to 350,000

                                  == bytes/sec

TCPIP-WRITE-BYTES-SEC 350000